Vcenter NamespaceManagement Networks Edges Foundation DeploymentTarget

Vcenter NamespaceManagement Networks Edges Foundation DeploymentTarget
Vcenter NamespaceManagement Networks Edges Foundation DeploymentTarget

A Vcenter NamespaceManagement Networks Edges Foundation DeploymentTarget describes how to deploy the vSphere Foundation Load Balancer.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "zones": [
        "string"
    ],
    "storage_policy": "string",
    "deployment_size": "string",
    "availability": "string"
}
array of string
zones
Optional

The list of zones to deploy onto.

Currently only a single Supervisor Management Zone is supported.

This property was added in vSphere API 9.0.0.0.

If no zones are provided, one will be chosen for you.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone.

string
storage_policy
Optional

Storage Policy containing datastores hosting the load balancer nodes.

This property was added in vSphere API 9.0.0.0.

Defaults to the Supervisor's control plane Storage Policy.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SpsStorageProfile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SpsStorageProfile.

string
deployment_size
Optional

Determines the CPU/memory resource size of the load balancer deployment.

For more information see: Vcenter NamespaceManagement Networks Edges Foundation SizeHint.

This property was added in vSphere API 9.0.0.0.

Defaults to Vcenter NamespaceManagement Networks Edges Foundation SizeHint.SMALL.

string
availability
Optional

Configures the availability level for the load balancer.

For more information see: Vcenter NamespaceManagement Networks Edges Foundation AvailabilityMode.

This property was added in vSphere API 9.0.0.0.

Defaults to Vcenter NamespaceManagement Networks Edges Foundation AvailabilityMode.ACTIVE_PASSIVE.